type google.golang.org/grpc/internal/credentials.clientHandshakeInfoKey

3 uses

	google.golang.org/grpc/internal/credentials (current package)
		credentials.go#L39: type clientHandshakeInfoKey struct{}
		credentials.go#L43: 	return ctx.Value(clientHandshakeInfoKey{})
		credentials.go#L48: 	return context.WithValue(ctx, clientHandshakeInfoKey{}, chi)